description = "Rust bindings for libostree"
keywords = ["ostree", "libostree"]
-documentation = "https://fkrull.gitlab.io/rust-libostree/libostree"
-repository = "https://gitlab.com/fkrull/rust-libostree"
+documentation = "https://fkrull.gitlab.io/ostree-rs/libostree"
+repository = "https://gitlab.com/fkrull/ostree-rs"
readme = "README.md"
exclude = [
features = ["dox"]
[badges.gitlab]
-repository = "fkrull/rust-libostree"
+repository = "fkrull/ostree-rs"
[lib]
name = "libostree"
-# rust-libostree
-[](https://gitlab.com/fkrull/rust-libostree/commits/master)
+# ostree-rs
+[](https://gitlab.com/fkrull/ostree-rs/commits/master)
[](https://crates.io/crates/libostree)
-[](https://fkrull.gitlab.io/rust-libostree/libostree)
+[](https://fkrull.gitlab.io/ostree-rs/libostree)
**Rust** bindings for [libostree](https://ostree.readthedocs.io).
```
To use features from later libostree versions, you need to specify the release
-version as well:
+version as well:
```toml
[dependencies.libostree]
## Developing
The `libostree` and `libostree-sys` crates can be built and tested using regular
-Cargo commands.
+Cargo commands.
### Generated code
Most code is generated based on the gir files using the
(specifically, allowing users of your end product to swap out the LGPL'd
parts).
-CI includes the LGPL docs in the documentation build.
+CI includes the LGPL docs in the documentation build.
### Releases
Releases can be done using the publish_* jobs in the pipeline. There's no
[badges.gitlab]
-repository = "fkrull/rust-libostree"
+repository = "fkrull/ostree-rs"
[build-dependencies]
pkg-config = "0.3.7"
build = "build.rs"
categories = ["external-ffi-bindings"]
description = "FFI bindings to libostree-1"
-documentation = "https://fkrull.gitlab.io/rust-libostree/libostree_sys"
+documentation = "https://fkrull.gitlab.io/ostree-rs/libostree_sys"
keywords = ["ffi", "ostree", "libostree"]
license = "MIT"
links = "ostree-1"
name = "libostree-sys"
-repository = "https://gitlab.com/fkrull/rust-libostree"
+repository = "https://gitlab.com/fkrull/ostree-rs"
version = "0.1.5"
[package.metadata.docs.rs]
features = ["dox"]